home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / offline.igz / offline.img / syslinux.cfg < prev    next >
Text File  |  2004-07-31  |  236b  |  11 lines

  1. #
  2. default floppy
  3. display boot.msg
  4. label floppy
  5.   kernel vmlinuz
  6.  
  7. # Append stuff, usually the only stuff you might need to edit.
  8. append rw vga=1 init=/linuxrc initrd=initrd.gz root=/dev/ram0 source=/dev/floppy/0
  9. # console=ttyS0
  10.  
  11.